home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / DefineButton2_930 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2010-04-12  |  169 b   |  9 lines

  1. on(press){
  2.    set("/Variables:Deplace",eval("/Variables:LargeurObjet"));
  3.    tellTarget("ControlFleche")
  4.    {
  5.       gotoAndStop("Deplace2");
  6.       play();
  7.    }
  8. }
  9.